.con{position:fixed;top:0;left:0;bottom:0;right:0;background-color:rgba(0,0,0,.5);z-index:111;}
#msg{position:fixed;top:25%;left:40%}
.info_message{color:#000;background:#fff;height:160px;display:inline-block;width:350px;border-radius:15px}
#alertSure{position:absolute;bottom:5%;right:5%;width:80px;height:36px;text-align:center;line-height:36px;background:#00A19B;color:#fff;cursor:pointer;border-radius:5px;font-size:14px;}
.detail_message{width:100%;height:115px;overflow:hidden;display:inline-block;padding:10px;font-size:18px;margin-left:0;color:#000;box-sizing: border-box;text-align:center;}
.message-button{display:inline-block;text-align:right;float:right;}
#alertCancel:hover,#alertSure:hover{background:rgba(0,161,155,.8)}
.alertTitle{padding:0 80px 0 20px;height:40px;line-height:40px;font-size:16px;font-weight:700;color:#000;overflow:hidden;border-radius:2px 2px 0 0}
.closeAlert{position:relative;display:inline-block;height:20px;font-weight:400;cursor:pointer;color:initial;font-weight:400}
.closeAlert::after,.closeAlert::before{color:initial;font-weight:400;position:absolute;content:'';width:2px;height:16px;background-color:#00A19B;top:8px;left:268px;transform:rotate(45deg)}
.closeAlert::after{transform:rotate(-45deg)}
.closeAlert:hover::after,.closeAlert:hover::before{background-color:#000!important}